From 0155de729c7d30b7e3df8e77be3a9f9723a99346 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Jun 2008 11:05:53 +0000 Subject: [PATCH] Seal priv pointer in GtkRecentChooserWidget. svn path=/trunk/; revision=20578 --- gtk/gtkrecentchooserwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkrecentchooserwidget.h b/gtk/gtkrecentchooserwidget.h index 4ffcfa42d5..d5aa58f51f 100644 --- a/gtk/gtkrecentchooserwidget.h +++ b/gtk/gtkrecentchooserwidget.h @@ -47,7 +47,7 @@ struct _GtkRecentChooserWidget /*< private >*/ GtkVBox parent_instance; - GtkRecentChooserWidgetPrivate *priv; + GtkRecentChooserWidgetPrivate *GSEAL (priv); }; struct _GtkRecentChooserWidgetClass -- 2.30.2